Guide to CSS scroll-behavior for controlling page scroll (auto, smooth, instant), showing how adding html { scroll-behavior: smooth; } enables sitewide smooth anchor scrolling or targeting specific sections; it pairs with selectors, transitions, animations, :target, and parallax to polish UX, and notes it doesn’t affect JS-driven scrolling by default.
